:root {
    --primary-light: #489ee7;
    --primary-dark: #fff;
    --primary-light-rgb: 72, 158, 231;
    --primary-dark-rgb: 255, 255, 255;
    --table-header: #f9f9f9;
    --nev-fontcolor: rgba(11, 10, 10, 0.9);
    --table-headerfont:black;
    --nev-hover: #489ee7;
    --nev-active: #489de757;
    --btn-background: #489ee7;
    --btn-font: #fff;
    --btn-backgroundhover: #0088ffe7;
    --btn-fonthover: #fff;
    --shortcut-menu: #0067b9;
    --body-background: #e9ebee;
    --title-background: #f9f9f9;

    /* Extended theme variables for complete theming */
    --text-mandatory: #f44336;
    --form-border: #ccc;
    --glass-background: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --shadow-light: rgba(0, 0, 0, 0.1);
    --shadow-medium: rgba(0, 0, 0, 0.15);
    --shadow-strong: rgba(0, 0, 0, 0.2);
    --shadow-intense: rgba(0, 0, 0, 0.25);
    --highlight-light: rgba(255, 255, 255, 0.2);
    --highlight-medium: rgba(255, 255, 255, 0.3);
    --ripple-color: rgba(255, 255, 255, 0.3);
    --focus-ring: rgba(72, 158, 231, 0.3);
    --success-color: #4caf50;
    --warning-color: #f59e0b;
    --danger-color: #ef4444;
    --info-color: #3b82f6;
    --light-color: #f8f9fa;
    --dark-color: #374151;

    /* Table border colors */
    --table-border: #bee3f8;
    --table-border-light: #dbeafe;
    --table-border-dark: #90cdf4;
    --table-border-print: #000000;
}
